*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

section{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #fe042a;
    background-attachment: fixed;
    clip-path: circle(100px at center);
}

.container{
    position: relative;
    margin-top: 200vh;
    background:none;
    padding: 0;
}

.container h2{
    font-size: 2.5em;
    margin-bottom: 500px;
    color: #36052c;
    text-align: center;
}

.title{
    position: relative;
    top: 250px;
    z-index: 1;
    font-size: 8em;
    text-align: center;
    width: 100%;
    color: #fe042a;
}

a{
    text-decoration: none;
}
